Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was created automatically. Merging it will finalize the changelog for 2.0.0
Breaking Changes
Add bus section to openapi spec
Added routes:
Extend OpenAPI spec
The following routes were added:
Move
autopilots
intoautopilot_state
#1657 by @peterjan
This migrates the
autopilots
to a singleautopilot_state
table, effectively removing the concept of multiple autopilots.Features
Add openapi.yml file with autopilot routes
Added an openapi.yml spec with the specifications for the autopilot routes and a CI step to validate it. The goal is to eventually have a complete spec for the V2 API that we can use to generate API docs as well as making sure that there is always a valid spec for every given commit in the repo.
Add worker API to openapi spec
#1733 by @ChrisSchinnerl
Implement support for pruning using RHP4
#1711 by @ChrisSchinnerl
Closes #1676
Remove HostIP and SiamuxAddr from ContractMetadata
#1712 by @chris124567
Implement #1691
Fixes
Fix TestBlocklist
#1702 by @chris124567
Fix #1697